home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / lang / fpcsrc.lha / fpc / compiler / cws.txt < prev    next >
Text File  |  1998-09-24  |  305b  |  12 lines

  1. Compiler Writer's Guide
  2. -----------------------
  3. Here are a few tips for changing things in the compiler:
  4. (by FK mostly)
  5.  
  6.   - Assigned should be used instead of checking for nil directly, as 
  7. it can help solving pointer problems when in real mode.
  8.   - All compiler files should be saved in UNIX format
  9.  
  10.  
  11.  
  12.